'DeclarationPublic Function New( _ ByVal targetTypeNames() As String _ )
'UsageDim targetTypeNames() As String Dim instance As New XmlMessageFormatter(targetTypeNames)
public XmlMessageFormatter( string[] targetTypeNames )
public: XmlMessageFormatter( array<String^>^ targetTypeNames )
Parameters
- targetTypeNames
- An array of type System.String that specifies the set of possible types that will be deserialized by the formatter from the message provided. These values must be fully qualified, for example, "MyNamespace.MyOrders, MyOrdersAssemblyName".